projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a994a6d
)
(imenu-always-use-completion-buffer-p): Use `other'
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:12:33 +0000
(09:12 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:12:33 +0000
(09:12 +0000)
widget type.
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index 95fa9d4870a08fc94e155f228cbe276926231b1c..e10e703738cef1b68bf9c3111fcdf3d088996ed9 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-113,7
+113,7
@@
if the mouse was used to invoke `imenu'.
Another non-nil value means always display the index in a completion buffer."
:type '(choice (const :tag "On Mouse" nil)
(const :tag "Never" never)
- (
sexp :tag "Always" :format "%t\n
" t))
+ (
other :tag "Always
" t))
:group 'imenu)
(defcustom imenu-sort-function nil